home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_263_pos.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  179 b   |  5 lines

  1. function Pos(subString, text : Str255) : integer;
  2.  
  3. Returns the starting position of the subString in text.  If the subString was not found then 0 is returned.
  4.  
  5. Also see:  Delete